From e9a25a60e370751f37c6d18feaeb339fa2e4f469 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 19 Jan 2006 17:40:28 +0000 Subject: [PATCH] Strengthen wording on Garmin USB error messages. --- gpsbabel/jeeps/gpsusbwin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/jeeps/gpsusbwin.c b/gpsbabel/jeeps/gpsusbwin.c index 0cd33b108..a503c9cf2 100644 --- a/gpsbabel/jeeps/gpsusbwin.c +++ b/gpsbabel/jeeps/gpsusbwin.c @@ -88,7 +88,7 @@ gusb_open(const char *pname) if (hdevinfo == INVALID_HANDLE_VALUE) { GPS_Serial_Error("SetupDiGetClassDevs failed"); - warning("Is the Garmin driver installed?"); + warning("Is the Garmin USB driver installed?"); return 0; } @@ -97,7 +97,7 @@ gusb_open(const char *pname) if (!SetupDiEnumDeviceInterfaces(hdevinfo, NULL, (GUID *) &GARMIN_GUID, 0, &devinterface)) { GPS_Serial_Error("SetupDiEnumDeviceInterfaces"); - warning("Is the unit powered up and connected?"); + warning("Is the Garmin USB unit powered up and connected?"); return 0; } -- 2.30.2